
.content {
    margin: 0 auto;
    width: 1200px;
    padding-bottom: 20px;
}
.lb1{
    height: 100%;
    width: 100%;
    background: url('../../../../../static/image/jcs/jb.png') repeat-y;
    background-size: 100% 100%;
}
.lunbo-1 {
    height: 400px;
    width: 66.666%;
    margin: 15px auto;
    overflow: hidden;
}
.lunbo-1 .swiper-slide div{
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    background: linear-gradient(0, rgba(81, 113, 139, 0.7), rgba(243, 215, 215, 0.1));
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 70px 0 20px;
    color: #f0f0f0;
    font-size: 20px;
    text-align: left;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.lunbo-1 .swiper {
    position: relative;
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}
.lunbo-1 .swiper a{
    height: 100%;
    width: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
}
.lunbo-1 .swiper-pagination{
    text-align: right;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 17px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}
/*顶部标题样式*/
.title {
    background-color: #FFFFFF;
    border-radius: 10px;
    /*box-shadow: #d4eef7 2px 1px 10px 2px;*/
}

.content-top_biaoti {
    line-height: 46px;
    text-align: center;
    font-size: 22px;
    color: #036bb1;
    padding: 10px 50px 0;
    font-weight: 600;
    letter-spacing: 0.1em;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content-top_bottom {
    display: flex;
    justify-content: space-around;
    padding: 0 80px 0;
    align-items: center;
}

.content-top_mixbiaoti {
    display: flex;
    justify-content: space-around;
    flex: auto;
}

.content-top_mixbiao {
    padding: 5px 2px 5px 10px;
    position: relative;
    box-sizing: border-box;
    flex: auto;
}

.content-top_mixbiao span {
    font-size: 18px;
    color: #036bb1;
    line-height: 2em;
    width: 320px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.content-top_mixbiao::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 2px;
    height: 16px;
    background-color: #036bb1;
    transform: translate(-50%, -50%);
}

.content-top_mixbiao:nth-child(3)::before {
    content: "";
    display: none;
}

.content-top_more {
    flex: none;
    padding: 13px 0 1px 6px;
    font-size: 15px;
    text-align: center;
    color: #036bb1;
    cursor: pointer;
}

/*第2个轮播样式*/
.lunbo-2 {
    width: 100%;
    height: auto;
    display: flex;
}

.lunbo-box {
    padding: 20px 0;
    width: 800px;
    height: 500px;
    flex: none;
    overflow: hidden;
    position: relative;
    /*box-shadow: #d4eef7 2px 1px 10px 2px;*/
}
.lunbo-box-top {
    width: 100%;
    height: 500px;
}
/*右侧新闻样式*/
.second-right {
    width: 300px;
    height: 500px;
    flex: auto;
    padding:20px 0 20px 20px;
}
.second-right-text {
    height: 45px;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    box-shadow: #e7d6d6 1px 1px 10px 1px;
}

.second-right-text span {
    font-size: 16px;
    margin-left: 10px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.second-right-text span:hover {
    transform-origin: right center;
    transform: scale(1.1);
    background-color: #036bb1;
    color: #FFFFFF;
    padding-left: 10px;
    transition: all .1s;
}
.lunbo-box-img {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.lunbo-img img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
    object-fit: cover;
    transition: all .5s;
}
.lunbo-img:hover img {
    transform-origin: center;
    transform: scale(1.1);
}
.lunbo-img > div {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    background: linear-gradient(0, rgba(81, 113, 139, 0.7), rgba(243, 215, 215, 0.1));
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 70px 0 20px;
    color: #f0f0f0;
    font-size: 22px;
    text-align: left;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.lunbo-box-img .lunbo-2_zhishiqi {
    width: 80px;
    position: absolute;
    top: unset;
    font-size: 22px;
    bottom: 0;
    right: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
.lunbo-box-img .lunbo-2_zhishiqi span {
    font-size: 32px;
    color: #036bb1;
}
.lunbo-box-bottom {
    margin-top: 10px;
}
.lunbo-box-bottom .text1 {
    margin-top: 0;
    height: 50px;
    display: flex;
}
.lunbo-box-bottom .text1 .dtime{
    height: 100%;
    display: block;
    text-align: right;
    line-height: 60px;
    color: #036bb1;
    font-size: 18px;
}
.lunbo-box-bottom .text1 span:nth-child(1) {
    display: block;
    width: 90%;
    color: #036bb1;
    font-size: 26px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 1.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.lunbo-box-bottom .text1 span:nth-child(2) {
    font-size: 18px;
    width: 92%;
    line-height: 30px;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 1.5px;
}
.lunbo-box-bottom .text1 span:nth-child(3) {
    position: absolute;
    right: 0px;
    bottom: 2px;
    font-size: 18px;
    color: #036bb1;
    letter-spacing: 1.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.lunbo-box-bottom div {
    height: 40px;
    display: flex;
}
.lunbo-box-bottom div span{
    display: inline-block;
    width: 91%;
    padding-left: 30px;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.lunbo-box-bottom div .dtime{
    height: 100%;
    display: block;
    text-align: right;
    line-height: 45px;
    font-size: 14px;
    color: #888;
}
.lunbo-box-bottom .text1 span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    background-color: #FFFFFF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 5px solid #036bb1;
}
.lunbo-box-bottom div span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #FFFFFF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #036bb1;
}
/*右侧市情*/
.lunbo-box-right {
    width: 300px;
    height: 680px;
    flex: auto;
}
.box-top {
    width: auto;
    height: 400px;
    padding: 20px;
    margin-left: 20px;
    /*box-shadow: #d4eef7 2px 1px 10px 2px;*/
}
.box-top-biaoti {
    display: flex;
    justify-content: space-between;
    height: 40px;
    border-bottom: 1px solid #036bb1;
}
.biaoti {
    flex: none;
    width: 130px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 5px solid #036bb1;
    font-size: 28px;
    font-weight: 560;
    color: #036bb1;
    letter-spacing: 0.1em;
}
.lunbo-box-right-img {
    position: relative;
    margin: 10px auto;
    width: auto;
    height: 200px;
}
.lunbo-box-right-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.lunbo-box-right-img span {
    position: absolute;
    font-size: 18px;
    color: #FFFFFF;
    width: 100%;
    height: 40px;
    bottom: 0;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.lunbo-box-right-text{
    width: auto;
    height: auto;
}
.lunbo-box-right-text div{
    position:relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.2px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.lunbo-box-right-text div:hover{
    color: #036bb1;
}
.lunbo-box-right-text div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background-color: #036bb1;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.box-bottom {
    position: relative;
    width: auto;
    height: 180px;
    margin-top: 20px;
    /*box-shadow: #d4eef7 2px 1px 10px 2px;*/
}
.box-bottom-1{
    width: auto !important;
    height: 100% !important;
    margin: 0 0;
}
.box-bottom-img{
    width: auto !important;
    height: 240px !important;
}
.box-bottom::after{
    content: '公益广告';
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #036bb1;
    width: 100px;
    height: 30px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
.box-bottom-img img{
    width: 310px;
    height: 180px;
    object-fit: cover;
}
/*三图轮播样式*/
.carouselpar {
    height: 80px;
    position: relative;
}
.carouselpar .carousel {
    position: relative;
    overflow: hidden;
}
.carouselpar .sltm-carousle {
    width: 100%;
}
.lf {
    float: left;
}
.carouselpar #Carouselzt ul {
    padding-left: 0;
}
.carouselpar .carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.sltm-carousle {
    width: 100%;
    height: 100%;
}
.carousel {
    overflow: hidden;
    position: relative;
}
.carouselpar .carousel-img li {
    height: 100%;
    width: 405px;
    float: left;
}
.carousel-img li {
    height: 100%;
    width: 100%;
}
.carousel-img li a {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.carousel-img li a img {
    height: 80px;
    width: 390px;
}
.carl-btn {
    width: 17px;
    height: 80px;
    position: absolute;
    cursor: pointer;
    z-index: 999;
}
.carl-btn img {
    height: 80px;
    margin: 0 auto;
}
.pre {
    left: 0px;
}
.next {
    right: 0px;
}
.gg{
    margin: 10px 0;
    height: 80px;
    width: 100%;
    /*box-shadow: #d4eef7 2px 1px 10px 2px;*/
}
.gg-img{
    height: 100%;
    width: 100%;
}
.gg-img img{
    height: 100%;
    width: 100%;
}
/*大块新闻区*/
.content-maxnews {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 15px;
}
/*左侧新闻区*/
.left-news {
    flex: none;
    width: 430px;
    height: 835px;
    margin-right: 15px;
}
.content-shizheng {
    flex: none;
    width: 430px;
    height: 410px;
    background-color: #FFFFFF;
    margin-right: 15px;
    /*box-shadow: #d4eef7 2px 1px 10px 2px;*/
}
.content-shuzibao_biaoti {
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #036bb1;
    margin: 0 20px;
}
.content-shizheng_number {
    flex: none;
    width: 120px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 5px solid #036bb1;
}
.content-shizheng_number span {
    font-size: 24px;
    font-weight: 560;
    color: #036bb1;
    letter-spacing: 0.1em;
}
.content-shuzibao_more {
    flex: auto;
    padding-top: 38px;
}
.content-shuzibao_more span {
    float: right;
    color: #036bb1;
    font-size: 14px;
    cursor: pointer;
}
/*新闻*/
.left-news-shizheng {
    width: 100%;
    height: 40%;
    margin-top: 10px;
}
.left-news_tuwen {
    display: flex;
    width: 100%;
    height: 145px;
    justify-content: space-around;
    margin-bottom: 10px;
}
.left-news_tu {
    flex: none;
    width: 210px;
    height: 145px;
    margin-left: 20px;
    cursor: pointer;
}
.left-news_tu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.left-news_wen {
    flex: auto;
    margin: 5px 20px 0 10px;
}
.left-news_wen span {
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
    letter-spacing: 0.1em;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.left-news_wen span:hover {
    color: #036bb1;
}
.left-news_title {
    height: 35px;
    position: relative;
}
.left-news_title span {
    padding: 5px 20px 5px 32px;
    font-size: 16px;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.left-news_title span:hover {
    color: #036bb1;
}
.left-news_title span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #036bb1;
    position: absolute;
    left: 20px;
    margin-top: 18px;
}
/*民生*/
.content-dingxi {
    margin-top: 15px;
    width: 430px;
    height: 410px;
    background-color: #FFFFFF;
    margin-right: 15px;
    /*box-shadow: #d4eef7 2px 1px 10px 2px;*/
}

.content-dingxi_number {
    flex: none;
    width: 120px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 5px solid #036bb1;
}
.content-dingxi_number span {
    font-size: 24px;
    font-weight: 560;
    color: #036bb1;
    letter-spacing: 0.1em;
}
.middle-news {
    flex: none;
    width: 430px;
    height: 835px;
    margin-right: 15px;
}
/*!*右侧新闻栏目*!*/
.right-news {
    height: 835px;
}
.content-yuanchuang {
    width: 310px;
    height: 270px;
    background-color: #FFFFFF;
    /*box-shadow: #d4eef7 2px 1px 10px 2px;*/
}
.content-yuanchuang_number {
    flex: none;
    width: 120px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 5px solid #036bb1;
}
.content-yuanchuang_number span {
    font-size: 24px;
    font-weight: 560;
    color: #036bb1;
    letter-spacing: 0.1em;
}
.content-quanwei {
    width: 310px;
    height: 240px;
    background-color: #FFFFFF;
    /*box-shadow: #d4eef7 2px 1px 10px 2px;*/
    margin-top: 15px;
}
.content-quanwei_number {
    flex: none;
    width: 120px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 5px solid #036bb1;
}
.content-quanwei_number span {
    font-size: 24px;
    font-weight: 560;
    color: #036bb1;
    letter-spacing: 0.1em;
}
/*视频样式*/
.shipin_lb{
    margin: 10px 20px;
    width: auto;
    height: 220px;
}
.shipin-lb-1{
    width: 100% !important;
    height: 100% !important;
    background-color: #FFFFFF;
}
.shipin-lb-img{
    width: 100% !important;
    height: 170px !important;
}
.shipin-lb-img img{
    width: 100% !important;
    height: 170px !important;
    object-fit: cover;
}
.shipin-lb-img div{
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.shipin-lb-1 .lunbo-2_zhishiqi {
    width: 80px;
    position: absolute;
    top: unset;
    font-size: 22px;
    bottom: 0;
    right: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}
.shipin-lb-1 .lunbo-2_zhishiqi span {
    font-size: 32px;
    color: #036bb1;
}
.right-bottom {
    width: 310px;
    height: 100px;
    /*box-shadow: #d4eef7 2px 1px 10px 2px;*/
}
.right-bottom-img{
    width: 100%;
    height: 100%;
    position: relative;
}
.right-bottom-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right-bottom-img div:nth-child(2){
    position: absolute;
    width: 100%;
    height: 50%;
    top: 10px;
    align-items: center;
    box-sizing: border-box;
    color: #f0f0f0;
    font-size: 18px;
    line-height: 62px;
    letter-spacing: 2px;
    text-align: center;
}
.right-bottom-img div:nth-child(3){
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 10px;
    align-items: center;
    box-sizing: border-box;
    color: #f0f0f0;
    font-size: 18px;
    line-height: 62px;
    letter-spacing: 1.5px;
    text-align: center;
}
/*第三个广告样式*/
.xcg{
    display: flex;
    margin: 10px 0;
    height: 80px;
    width: 100%;
}
.xcg-img{
    margin-right: 15px;
    height: 100%;
    width: 390px;
}
.xcg-img:last-child{
    margin-right: 0;
    height: 100%;
    width: 390px;
}
.xcg-img img{
    height: 100%;
    width: 100%;
}
/*新媒体产品*/
.content-xinmeiti {
    width: 100%;
    height: 500px;
    /*margin-top: 15px;*/
    /*background: linear-gradient(50deg, rgba(126, 188, 228, 0.90), rgba(180, 227, 245, 0.94));*/
}
.content-shiting_biaoti{
    font-size: 24px;
    color: #036bb1;
    font-weight: 560;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    border-bottom: 1px solid #036bb1;
    padding-top: 20px;
}
.content-shiting_biaoti span {
    font-size: 24px;
    color: #036bb1;
    font-weight: 560;
    line-height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 5px solid #036bb1;
}
.xinmeiti-box{
    width: 1200px;
    height: 380px;
    margin-top: 10px;
}
.xinmeiti-box .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.xinmeiti-box .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
}






.xinmeiti-box .swiper-slide img {
    width: 505px;
    height: 370px;
    object-fit: cover;
}
/*视觉影像*/
.content-shiting {
    width: 100%;
    height: 500px;
    margin-top: -50px;
    /*background: linear-gradient(50deg, rgba(126, 188, 228, 0.90), rgba(180, 227, 245, 0.94));*/
}
.section-culture-shijue {
    padding: 10px 0 10px 0;
}
.culture-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 430px;
    display: flex;
}
.culture-flex {
    flex: 2;
    height: 400px;
    background-color: #BDC3CD;
    transition: all .3s;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    position: relative;
    cursor: pointer;
}
.culture-flex img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.culture-flex::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(78, 125, 174, 0.8);
    transition: all .3s;
}
.culture-text {
    position: absolute;
    width: 100%;
    height: 2em;
    bottom: 0;
    line-height: 2em;
    color: #f0f0f0;
    font-size: 24px;
    transform: translateY(2em);
    opacity: 0;
    padding-left: 10px;
    transition: all .3s .1s;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: center;
    background-color: rgba(6, 94, 153, 0.5);
}
.culture-active {
    flex: 4;
}
.culture-active .culture-text {
    transform: translateY(0);
    opacity: 1;
}
.culture-active::after {
    background-color: rgba(100, 100, 100, 0);
}
/*专题*/
.zt{
    margin-top: -20px;
    width: 100%;
    height: auto;
    display: flex;
}
.zt_left{
    flex: none;
    width: 590px;
    height: 490px;
    margin-right: 20px;
    flex: none;
    background-color: #FFFFFF;
    box-shadow: #d4eef7 1px 1px 2px 1px;
}
.zt_right{
    flex: auto;
    width: 590px;
    height: 490px;
    flex: none;
    background-color: #FFFFFF;
    box-shadow: #d4eef7 1px 1px 2px 1px;
}
.ds_title_gb{
    margin-left: 125px;
}
.zt_biaoti {
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #036bb1;
    margin: 0 20px;
}
.zt_title {
    flex: none;
    width: 160px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.active{
    border-bottom: 5px solid #036bb1;
}
.active span{
    color: #036bb1 !important;
}
.active1{
    border-bottom: 5px solid #036bb1;
}
.active1 span{
    color: #036bb1 !important;
}
.zt_title,.ds_title span {
    font-size: 24px;
    font-weight: 560;
    color: #b6b6b6;
    letter-spacing: 0.1em;
}
.zt_title_rb, .zt_title_gb ,.ds_title,.ds_title_gb{
    width: 160px;
    text-align: left;
    flex: none;
    line-height: 70px;
    cursor: pointer;
}
.zt_title_rb, .zt_title_gb,.ds_title,.ds_title_gb span {
    font-size: 24px;
    font-weight: 560;
    color: #b6b6b6;
    letter-spacing: 0.1em;
}
.zt_title_gd {
    flex: auto;
    padding-top: 38px;
}
.zt_title_szb {
    flex: auto;
    padding-top: 38px;
}

.zt_title_gd span {
    float: right;
    color: #036bb1;
    font-size: 14px;
    cursor: pointer;
}
.zt_title_szb span {
    float: right;
    color: #036bb1;
    font-size: 14px;
    cursor: pointer;
}
.left-news_tuwen1 {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    height: 100%;
    justify-content: space-between;
    padding: 0 20px;
}
.left-news_tu1 {
    flex: none;
    width: 265px;
    height: 170px;
    cursor: pointer;
    position: relative;
}
.left-news_tu1:nth-child(3){
    margin-bottom: 0;
}
.left-news_tu1:nth-child(4){
    margin-bottom: 0;
}
.left-news_tu1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xw_title {
    height: 42px;
    position: relative;
}

.xw_title span {
    padding: 5px 20px 5px 38px;
    font-size: 18px;
    line-height: 42px;
    font-weight: 500;
    overflow: hidden;
    letter-spacing: 2px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.xw_title span:hover {
    color: #036bb1;
}
.xw_title span::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #036bb1;
    position: absolute;
    left: 20px;
    margin-top: 15px;
}
.culture-text1 {
    position: absolute;
    width: 100%;
    height: 2em;
    bottom: 35px;
    line-height: 2em;
    letter-spacing: 2px;
    color: #f0f0f0;
    font-size: 18px;
    transform: translateY(2em);
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: center;
    background-color: rgba(6, 94, 153, 0.5);
}
.szb-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.szb-box_bg {
    position: absolute;
    width: 550px;
    padding: 10px 20px 0px;
}
.szb-box_bg div{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.tp img {
    padding: 0 10px;
    width: 240px;
    height: 350px;
    filter: blur(3px);
    z-index: 0;
}
.szb-box_bg div::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(78, 125, 174, 0.4);
    transition: all .3s;
    z-index: 11;
}
.szb-box img {
    width: 240px;
    height: 350px;
    object-fit: contain;
    box-shadow: 0 0 10px #006dac;
    z-index: 99;
    transition: all 0.2s;
}
.szb-box img:hover{
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ribao{
    margin-top: 20px;
    font-size: 17px;
    color: #036bb1;
}
.tb_title{
    background-color: #f3f3f3;
    width: 100%;
    height: 90px;
    margin-top: 20px;
}
.tb_title span{
    padding: 0 20px;
    display: inline-block;
    line-height: 45px;
    width: 46%;
    height: 50%;
    color: #036bb1;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
.jk{
    margin-top: 0;
}
.jk_th{
    height: 32px;
}
